I find these also cause SIGTRAP:
some_value / 0
UInt(Double(some_value) / Double(0))
UInt(-1)
Post
Replies
Boosts
Views
Activity
Instead of free(&bufferlist), I need to call free(bufferlist.unsafeMutablePointer). Found here.
Here is the official doc - https://developer.apple.com/library/archive/documentation/Xcode/Conceptual/XcodeServerAPIReference/index.html.
It is pretty easy to be found.
However, since this question was asked two years ago, I don't know if it was the case at the time.
Or, you had already found this, but it turned out obsolete and didn't reflect how your Xcode server actually behaved.
I am new to Xcode Server Bots, and seeing this question left not replied for two years kind of scares me.
I am now hesitating on whether I should spend time on getting it run.
You know, if the doc is deprecated or outdated, my time will be certainly wasted.
Confirmed on Instruments Version 11.4 (11E146).Anyone got a workaround?